﻿/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */

.yw-cate-sub {
    margin: 0;
    padding: 0;z-index: 2999;
    position: absolute;
    width: 210px;height:526px;
    box-shadow: rgb(224, 224, 224) 0px 7px 13px;
    background: rgba(255, 255, 255,0.8);
}

.yw-cate-sub>li {
    list-style: none;
    padding-left: 15px;
    clear: both;
}

.yw-cate-sub>li>a {
    color: #333;   font-size: 15px;
    display: block;
    line-height: 42px;border-bottom:1px solid #f3f3f3;
}

.yw-cate-sub>li:hover,
.yw-cate-sub>li.uk-active {
    background: rgba(255, 255, 255, .92);
}

.yw-cate-sub>li:hover a,
.yw-cate-sub>li.uk-active a {
    color: #2C2B2A;
    text-decoration: none;
}

.yw-cate-sub>li i {
    font-size: 22px;margin-top:16px;
    margin-right: 15px;
}

.yw-catecontent-list {
    background: rgba(255, 255, 255, .92);    box-shadow: 3px 0 10px #999;
    top: 20px;
    left: 210px;
    padding: 15px 30px;
    width: 700px;
    margin-top: 0;
    display: none;
    position: absolute;
    min-height: 480px;
}

.yw-catecontent-list>a {
    color: #333;
    display: inline-block;
    margin: 10px;    width: 150px;
    font-size: 12px;
}

.yw-catecontent-list .uk-grid {
    margin-top: 35px;
}


.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-dotnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}
/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}
/* Active */
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
}
/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}
/* OnClick */
.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}
/* Active */
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-dotnav-vertical > * {
  float: none;
}
.uk-dotnav>.uk-active>* {
    background: rgba(255,255,255,.4);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
